Skip to content

chore(ci): Update Tauri Dependencies#103

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tauri-dependencies
Open

chore(ci): Update Tauri Dependencies#103
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tauri-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 21, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@eslint/compat (source) 2.0.32.0.5 age confidence devDependencies patch 2.1.0
@tailwindcss/vite (source) 4.2.24.2.4 age confidence dependencies patch 4.3.0
@tanstack/react-devtools (source) 0.10.00.10.2 age confidence dependencies patch 0.10.5 (+1)
@tanstack/react-router (source) 1.168.101.169.1 age confidence dependencies minor 1.169.2
@tanstack/react-router-devtools (source) 1.166.111.166.13 age confidence dependencies patch
@tanstack/router-plugin (source) 1.167.121.167.31 age confidence dependencies patch 1.167.35 (+3)
@tauri-apps/api 2.10.12.11.0 age confidence dependencies minor
@tauri-apps/cli 2.10.12.11.0 age confidence devDependencies minor 2.11.1
@tauri-apps/plugin-dialog ~2.6.0~2.7.0 age confidence dependencies minor 2.7.1
@types/node (source) 24.12.024.12.2 age confidence devDependencies patch 24.12.4 (+1)
clap 4.6.04.6.1 age confidence dependencies patch
eslint-plugin-react-hooks (source) 7.0.17.1.1 age confidence devDependencies minor
globals 17.4.017.5.0 age confidence devDependencies minor 17.6.0
indexmap 2.13.02.14.0 age confidence dependencies minor
libc 0.2.1830.2.186 age confidence dependencies patch
prettier (source) 3.8.13.8.3 age confidence devDependencies patch
prettier-plugin-tailwindcss ^0.7.2^0.8.0 age confidence devDependencies minor
react (source) 19.2.419.2.5 age confidence dependencies patch 19.2.6
react-dom (source) 19.2.419.2.5 age confidence dependencies patch 19.2.6
tailwindcss (source) 4.2.24.2.4 age confidence dependencies patch 4.3.0
tauri (source) 2.10.32.11.0 age confidence dependencies minor 2.11.1
tauri-build (source) 2.5.62.6.0 age confidence build-dependencies minor 2.6.1
tauri-plugin-dialog 2.6.02.7.0 age confidence dependencies minor 2.7.1
tauri-plugin-single-instance 2.4.02.4.1 age confidence dependencies patch 2.4.2
tokio (source) 1.50.01.52.1 age confidence dependencies minor 1.52.3 (+1)
typescript-eslint (source) 8.58.08.59.1 age confidence devDependencies minor 8.59.3 (+1)
uuid 1.23.01.23.1 age confidence dependencies patch
vite (source) 7.3.17.3.2 age confidence devDependencies patch 7.3.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

eslint/rewrite (@​eslint/compat)

v2.0.5

Compare Source

Dependencies
  • The following workspace dependencies were updated

v2.0.4

Compare Source

Dependencies
  • The following workspace dependencies were updated
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)
TanStack/devtools (@​tanstack/react-devtools)

v0.10.2

Compare Source

Patch Changes

v0.10.1

Patch Changes
TanStack/router (@​tanstack/react-router)

v1.169.1

Compare Source

Patch Changes

v1.169.0

Compare Source

Minor Changes
  • Allow params.parse to experimentally return false to skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed by params.stringify for URL generation. (#​7263)
Patch Changes

v1.168.26

Compare Source

Patch Changes

v1.168.25

Compare Source

Patch Changes

v1.168.24

Compare Source

Patch Changes
  • Add TanStack Start inline CSS manifest support for SSR so route styles can be embedded in the HTML response and hydrated without duplicate stylesheet links. (#​7253)

  • Updated dependencies [4d864ee]:

v1.168.23

Compare Source

Patch Changes
  • fix(react-router): prevent webpack static analysis of React.use with let binding (#​7182)

v1.168.22

Patch Changes
  • Preserve shared route stylesheet links across client navigation by rendering route CSS assets with React stylesheet precedence. (#​7186)

v1.168.21

Patch Changes

v1.168.20

Patch Changes
  • Fix React Server Component imports from @tanstack/react-router by adding a react-server root export that preserves the normal API surface while resolving notFound and redirect from a server-safe entry. (#​7183)

    This fixes RSC routes that throw notFound() or redirect() from server functions so they behave correctly during SSR and client navigation.

v1.168.19

Patch Changes
  • Fix route file transforms to preserve route ID quoting, handle more exported Route patterns, and avoid incorrect import rewrites in edge cases. (#​7167)

    Improve transform robustness with clearer route-call detection, safer import removal, and expanded test coverage for quote preservation, constructor swaps, and unsupported route definitions.

v1.168.18

Patch Changes

v1.168.17

Patch Changes

v1.168.16

Patch Changes

v1.168.15

Patch Changes

v1.168.14

Patch Changes

v1.168.13

Compare Source

Patch Changes
  • Fix MatchRoute child callback param inference to resolve params from the target to route instead of the route path key across React, Solid, and Vue adapters. (#​7139)

  • Fix a stale route error boundary state issue that could briefly render the next route's errorComponent after navigating away from a failed route. (#​7136)

v1.168.12

Compare Source

Patch Changes
  • Fix redirected pending route transitions so lazy target routes can finish loading without stale redirected matches causing render errors. (#​7137)

v1.168.11

Compare Source

Patch Changes
  • Fix Link to keep internal routing props like preloadIntentProximity, from, and unsafeRelative from leaking to rendered DOM elements across React, Solid, and Vue. (#​7138)
TanStack/router (@​tanstack/react-router-devtools)

v1.166.13

Patch Changes

v1.166.12

Patch Changes
TanStack/router (@​tanstack/router-plugin)

v1.167.31

Compare Source

Patch Changes

v1.167.30

Compare Source

Patch Changes

v1.167.29

Compare Source

Patch Changes

v1.167.28

Compare Source

Patch Changes

v1.167.27

Compare Source

Patch Changes

v1.167.26

Compare Source

Patch Changes
  • refactor(router-plugin): upgrade unplugin to v3 (#​7258)

v1.167.25

Compare Source

Patch Changes
  • Fix React route HMR for webpack and rspack so it no longer imports react-refresh/runtime, avoiding failures when that optional dependency is not installed. (#​7255)

v1.167.24

Compare Source

Patch Changes

v1.167.23

Patch Changes

v1.167.22

Patch Changes

v1.167.21

Patch Changes

v1.167.20

Patch Changes
  • fix: update vite-plugin-solid peer dependency to support version 3.0.0-0 (#​7170)

v1.167.19

Compare Source

Patch Changes

v1.167.18

Patch Changes

v1.167.17

Patch Changes

v1.167.16

Patch Changes

v1.167.15

Patch Changes

v1.167.14

Patch Changes

v1.167.13

Patch Changes
tauri-apps/tauri (@​tauri-apps/api)

v2.11.0: @​tauri-apps/cli v2.11.0

Compare Source

[2.11.0]

New Features
  • 926a57bb0 (#​15201) Added uninstaller icon and uninstaller header image support for NSIS installer.

    Notes:

    • For tauri-bundler lib users, the NsisSettings now has 2 new fields uninstaller_icon and uninstaller_header_image which can be a breaking change
    • When bundling with NSIS, users can add uninstallerIcon and uninstallerHeaderImage under bundle > windows > nsis to configure them.
  • 764b9139a (#​14313) Prompt to restart the Android emulator if it is not connected to adb.

  • 5dc2cee60 (#​14793) Added support for minimumWebview2Version option support for the MSI (Wix) installer, the old bundle > windows > nsis > minimumWebview2Version is now deprecated in favor of bundle > windows > minimumWebview2Version

    Notes:

    • For anyone relying on the WVRTINSTALLED Property tag in main.wxs, it is now renamed to INSTALLED_WEBVIEW2_VERSION
    • For tauri-bundler lib users, the WindowsSettings now has a new field minimum_webview2_version which can be a breaking change
Enhancements
Bug Fixes
  • fcb702ec4 (#​14954) Fix build --bundles to allow nsis arg in linux+macOS
  • 80c1425af (#​14921) Fix iOS build failure when Metal Toolchain is installed by using explicit $(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain path instead of $(TOOLCHAIN_DIR) for Swift library search paths.
What's Changed
Dependencies
  • Upgraded to tauri-cli@2.11.0
tauri-apps/plugins-workspace (@​tauri-apps/plugin-dialog)

v2.7.0

Compare Source

clap-rs/clap (clap)

v4.6.1

Compare Source

Fixes
  • (derive) Ensure rebuilds happen when an read env variable is changed
facebook/react (eslint-plugin-react-hooks)

v7.1.1

Compare Source

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #​36307)

v7.1.0

Compare Source

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

sindresorhus/globals (globals)

v17.5.0

Compare Source

indexmap-rs/indexmap (indexmap)

v2.14.0

Compare Source

  • MSRV: Rust 1.85.0 or later is now required.
  • Updated the hashbrown dependency to 0.17.
  • Made more map::Slice methods const: new_mut, first_mut, last_mut,
    split_at_mut, split_at_mut_checked, split_first_mut, split_last_mut

v2.13.1

Compare Source

  • Made some Slice methods const:
    • map::Slice::{first,last,split_at,split_at_checked,split_first,split_last}
    • set::Slice::{first,last,split_at,split_at_checked,split_first,split_last}
rust-lang/libc (libc)

v0.2.186

Compare Source

Added
  • Apple: Add KEVENT_FLAG_* constants (#​5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#​5060)
Changed
  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#​5058)

v0.2.185

Compare Source

Added
  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#​5035)
  • Hexagon: add missing constants and fix types for linux-musl (#​5042)
  • Redox: Add semaphore functions (#​5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#​5024)
Fixed
  • Hexagon: Decouple time64 types from musl symbol redirects (#​5040)
  • Horizon: Change POLL constants from c_short to c_int (#​5045)

v0.2.184

Compare Source

MSRV

This release increases the MSRV of libc to 1.65. With this update, you can now always use the
core::ffi::c_* types with libc definitions, since libc has been changed to reexport from
core rather than redefining them. (This usually worked before but had edge cases.)
(#​4972)

Added
  • BSD: Add IP_MINTTL to bsd (#​5026)
  • Cygwin: Add TIOCM_DSR (#​5031)
  • FreeBSD: Added xfile structe and file descriptor types (#​5002)
  • Linux: Add CAN netlink bindings (#​5011)
  • Linux: Add struct ethhdr (#​4239)
  • Linux: Add struct ifinfomsg (#​5012)
  • Linux: Define max_align_t for riscv64 (#​5029)
  • NetBSD: Add missing CLOCK_ constants (#​5020)
  • NuttX: Add _SC_HOST_NAME_MAX (#​5004)
  • VxWorks: Add flock and F_*LCK constants (#​4043)
  • WASI: Add all _SC_* sysconf constants (#​5023)
Deprecated

The remaining fixed-width integer aliases, __uint128_t, __uint128, __int128_t, and __int128,
have been deprecated. Use i128 and u128 instead. (#​4343)

Fixed
  • breaking Redox: Fix signal action constant types (#​5009)
  • EspIDF: Correct the value of DT_* constants (#​5034)
  • Redox: Fix locale values and add RTLD_NOLOAD, some TCP constants (#​5025)
  • Various: Use Padding::new(<zeroed>) rather than Padding::uninit() (#​5036)
Changed
  • potentially breaking Linux: Add new fields to struct ptrace_syscall_info (#​4966)
  • Re-export core::ffi integer types rather than redefining (#​5015)
  • Redox: Update F_DUPFD, IP, and TCP constants to match relibc (#​4990)
prettier/prettier (prettier)

v3.8.3

Compare Source

v3.8.2

Compare Source

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.8.0

Compare Source

Changed
  • Require at least Prettier 3.7.x (#​420)
Added
  • Export public sorting APIs to /sorter (#​438)
Fixed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
  • Improve config resolution caching with directory-based cache (#​432)
  • Load compatible plugins on demand and tighten plugin detection (#​437)
  • Load v3/v4 modules only when needed (#​439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#​440)
  • Remove unused deps (#​441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#​442)
  • Skip visiting non-node children (#​443)
  • Optimize whitespace-only class detection (#​429)
  • Fix v3 config loading with Jiti re-exports (#​448)
  • Collapse whitespace in template literals with adjacent quasis (#​427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#​428)

[v0.7.4](https://redirect.github.com/tailwindl

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) April 21, 2026 02:40
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 21 times, most recently from 344443f to 64d6e8a Compare April 28, 2026 06:11
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 8 times, most recently from bc3d47e to 749facf Compare May 2, 2026 20:55
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 11 times, most recently from eaa6b09 to 6f97e4a Compare May 11, 2026 18:09
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 3 times, most recently from 0f5746c to c7e9486 Compare May 14, 2026 17:26
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 14, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --package tauri-build@2.5.6 --precise 2.6.0
error: package ID specification `tauri-build@2.5.6` did not match any packages
help: there are similar package ID specifications:

  tauri-build@2.6.1

File name: src-tauri/Cargo.toml
Artifact update for tauri-build resolved to version 2.6.1, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 2.6.0
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/

@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch from c7e9486 to 98c0541 Compare May 14, 2026 21:30
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch from 98c0541 to e3fd321 Compare May 15, 2026 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants